home *** CD-ROM | disk | FTP | other *** search
Amiga Symbolizer Function Definition | 2002-04-06 | 982 b | 32 lines |
- ==id $Id: ttrender_lib.sfd 2.0 2002/04/06 19:33:00 krashan Exp krashan $
- ==base _TTRenderBase
- ==basetype struct Library*
- ==libname ttrender.library
- ==bias 30
- ==public
- ==include <exec/types.h>
- ==include <utility/tagitem.h>
- ==include <libraries/ttrender.h>
- ==version 1
- BOOL TT_PutStr(UBYTE *string) (a0)
- BOOL TT_PutUStr(UWORD *string) (a0)
- BOOL TT_SetFont(STRPTR name, UWORD size) (a0,d0)
- BOOL TT_PutStrTagList(UBYTE *string, struct TagItem *taglist) (a0,a1)
- ==varargs
- BOOL TT_PutStrTags(UBYTE *string, Tag tag1, ...) (a0,a1)
- BOOL TT_PutUStrTagList(UWORD *string, struct TagItem *taglist) (a0,a1)
- ==varargs
- BOOL TT_PutUStrTags(UWORD *string, Tag tag1, ...) (a0,a1)
- ULONG TT_SetModesTagList(struct TagItem *taglist) (a0)
- ==varargs
- ULONG TT_SetModesTags(Tag tag1, ...) (a0)
- ==version 2
- ULONG TT_GetFontAttrsTagList(struct TagItem *taglist) (a0)
- ==varargs
- ULONG TT_GetFontAttrsTags(Tag tag1, ...) (a0)
- ULONG TT_StrWidth(UBYTE *string) (a0)
- ULONG TT_UStrWidth(UWORD *string) (a0)
- ==end
-
-
-